home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / MacPerl / MPScript.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-09  |  712 b   |  28 lines

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPScript.h        -    Handle scripts
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C
  6.  
  7. $Log: MPScript.h,v $
  8. Revision 1.1  1994/02/27  23:04:28  neeri
  9. Initial revision
  10.  
  11. Revision 0.1  1993/09/16  00:00:00  neeri
  12. Runtime is not particularly fond of AppleEvents
  13.  
  14. *********************************************************************/
  15.  
  16. #ifndef __MPSCRIPT__
  17. #define __MPSCRIPT__
  18.  
  19. pascal void InitPerlEnviron();
  20.  
  21. pascal void DoScriptMenu(short theItem);
  22.  
  23. pascal OSErr DoScript(const AppleEvent *theAppleEvent, AppleEvent *reply, long refCon);
  24. RoutineDescriptor uDoScript;
  25.  
  26. pascal Boolean DoRuntime();
  27.  
  28. #endif